c# handle single quote inside string

62

c# handle single quote inside string -

s = s.Replace("'", "\\'")

Comments

Submit
0 Comments